XSLocalComplexTypeShorthand
class XSLocalComplexTypeShorthand(val mixed: Boolean? = null, val defaultAttributesApply: Boolean? = null, val term: XSComplexContent.XSIDerivationParticle? = null, val asserts: List<XSAssert> = emptyList(), val attributes: List<XSLocalAttribute> = emptyList(), val attributeGroups: List<XSAttributeGroupRef> = emptyList(), val anyAttribute: XSAnyAttribute? = null, val openContent: XSOpenContent? = null, val id: VID? = null, val annotation: XSAnnotation? = null, val otherAttrs: Map<@Serializable(with = QNameSerializer::class) QName, String> = emptyMap()) : XSLocalComplexType, XSComplexType.Shorthand(source)
Constructors
Link copied to clipboard
constructor(mixed: Boolean? = null, defaultAttributesApply: Boolean? = null, term: XSComplexContent.XSIDerivationParticle? = null, asserts: List<XSAssert> = emptyList(), attributes: List<XSLocalAttribute> = emptyList(), attributeGroups: List<XSAttributeGroupRef> = emptyList(), anyAttribute: XSAnyAttribute? = null, openContent: XSOpenContent? = null, id: VID? = null, annotation: XSAnnotation? = null, otherAttrs: Map<@Serializable(with = QNameSerializer::class) QName, String> = emptyMap())