XSRedefine
constructor(simpleTypes: List<XSGlobalSimpleType> = emptyList(), complexTypes: List<XSGlobalComplexType> = emptyList(), groups: List<XSGroup> = emptyList(), attributeGroups: List<XSAttributeGroup> = emptyList(), schemaLocation: VAnyURI, id: VID? = null, annotation: XSAnnotation?, otherAttrs: Map<SerializableQName, String> = emptyMap())(source)
constructor(simpleTypes: List<XSGlobalSimpleType> = emptyList(), complexTypes: List<XSGlobalComplexType> = emptyList(), groups: List<XSGroup> = emptyList(), attributeGroups: List<XSAttributeGroup> = emptyList(), schemaLocation: VAnyURI, id: VID? = null, annotations: List<XSAnnotation> = emptyList(), otherAttrs: Map<SerializableQName, String> = emptyMap())(source)