XSLocalComplexTypeSimple
class XSLocalComplexTypeSimple(val mixed: Boolean?, val defaultAttributesApply: Boolean?, val content: XSSimpleContent, val id: VID? = null, val annotation: XSAnnotation? = null, val otherAttrs: Map<@Serializable(with = QNameSerializer::class) QName, String>) : XSLocalComplexType, XSComplexType.Simple(source)
Constructors
Link copied to clipboard
constructor(mixed: Boolean?, defaultAttributesApply: Boolean?, content: XSSimpleContent, id: VID? = null, annotation: XSAnnotation? = null, otherAttrs: Map<@Serializable(with = QNameSerializer::class) QName, String>)