XSOverride
Constructors
Link copied to clipboard
constructor(schemaLocation: VAnyURI, simpleTypes: List<XSGlobalSimpleType> = emptyList(), complexTypes: List<XSGlobalComplexType> = emptyList(), groups: List<XSGroup> = emptyList(), attributeGroups: List<XSAttributeGroup> = emptyList(), elements: List<XSGlobalElement> = emptyList(), attributes: List<XSGlobalAttribute> = emptyList(), notations: List<XSNotation> = emptyList(), id: VID? = null, annotation: XSAnnotation? = null, otherAttrs: Map<SerializableQName, String> = emptyMap())