Class XsdSchema

Constructors

Properties

attributeFormDefault?: string
complexTypes?: XsdComplexType[]
elementFormDefault?: string
elements?: XsdElement[]
originalInput?: any
simpleTypes?: XsdSimpleType[]
targetNamespace?: string
ATTR_BASE: "@_base" = '@_base'
ATTR_MAX_OCCURS: "@_maxOccurs" = '@_maxOccurs'
ATTR_MIN_OCCURS: "@_minOccurs" = '@_minOccurs'
ATTR_NAME: "@_name" = '@_name'
ATTR_TYPE: "@_type" = '@_type'
ATTR_VALUE: "@_value" = '@_value'
XS_ANY: "xs:any" = 'xs:any'
XS_ATTRIBUTE: "xs:attribute" = 'xs:attribute'
XS_CHOICE: "xs:choice" = 'xs:choice'
XS_COMPLEX_CONTENT: "xs:complexContent" = 'xs:complexContent'
XS_COMPLEX_TYPE: "xs:complexType" = 'xs:complexType'
XS_ELEMENT: "xs:element" = 'xs:element'
XS_ENUMERATION: "xs:enumeration" = 'xs:enumeration'
XS_EXTENSION: "xs:extension" = 'xs:extension'
XS_MAX_INCLUSIVE: "xs:maxInclusive" = 'xs:maxInclusive'
XS_MAX_LENGTH: "xs:maxLength" = 'xs:maxLength'
XS_MIN_INCLUSIVE: "xs:minInclusive" = 'xs:minInclusive'
XS_MIN_LENGTH: "xs:minLength" = 'xs:minLength'
XS_PATTERN: "xs:pattern" = 'xs:pattern'
XS_RESTRICTION: "xs:restriction" = 'xs:restriction'
XS_SEQUENCE: "xs:sequence" = 'xs:sequence'
XS_SIMPLE_CONTENT: "xs:simpleContent" = 'xs:simpleContent'
XS_SIMPLE_TYPE: "xs:simpleType" = 'xs:simpleType'

Methods