Constructors

Link copied to clipboard
constructor(simpleType: XSLocalSimpleType? = null, facets: List<XSFacet> = emptyList(), base: QName? = null, id: VID? = null, attributes: List<XSLocalAttribute> = emptyList(), attributeGroups: List<XSAttributeGroupRef> = emptyList(), anyAttribute: XSAnyAttribute? = null, asserts: List<XSAssert> = emptyList(), annotation: XSAnnotation? = null, otherContents: List<CompactFragment> = emptyList(), otherAttrs: Map<QName, String> = emptyMap())

Properties

Link copied to clipboard
open override val annotation: XSAnnotation? = null
Link copied to clipboard
open override val anyAttribute: XSAnyAttribute?
Link copied to clipboard
open override val asserts: List<XSAssert>
Link copied to clipboard
Link copied to clipboard
open override val attributes: List<XSLocalAttribute>
Link copied to clipboard
open override val base: SerializableQName?
Link copied to clipboard
open override val facets: List<XSFacet>
Link copied to clipboard
open override val id: VID?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val simpleType: XSLocalSimpleType?

Functions