Constructors

Link copied to clipboard
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())
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())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: VID?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions