Namespace: |
|
Type: |
anonymous complexType |
Content: |
complex, 2 attributes, 3 elements |
Defined: |
|
Includes: |
definitions of 2 attributes, 3 elements |
XML Representation Summary |
|||||||||
<catalog:attribute |
|||||||||
|
|||||||||
> |
|||||||||
|
|||||||||
</catalog:attribute> |
<xs:complexType>
<xs:sequence>
<xs:choice id="typeChoice" maxOccurs="1" minOccurs="1">
<xs:element name="primitiveType">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="StringType"/>
<xs:enumeration value="NumericType"/>
<xs:enumeration value="TimeStampType"/>
<xs:enumeration value="UserType"/>
<xs:enumeration value="GroupType"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:element>
</xs:choice>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ZERO_OR_ONE"/>
<xs:enumeration value="ZERO_OR_MORE"/>
<xs:enumeration value="ONE"/>
<xs:enumeration value="ONE_OR_MORE"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|
Type: |
xs:boolean, predefined |
Use: |
required |
Type: |
xs:string, predefined |
Use: |
required |
Type: |
enumeration of xs:string
|
Enumeration: |
"ZERO_OR_ONE", "ZERO_OR_MORE", "ONE", "ONE_OR_MORE"
|
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ZERO_OR_ONE"/>
<xs:enumeration value="ZERO_OR_MORE"/>
<xs:enumeration value="ONE"/>
<xs:enumeration value="ONE_OR_MORE"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
|
Type: |
enumeration of xs:string
|
Enumeration: |
"StringType", "NumericType", "TimeStampType", "UserType", "GroupType"
|
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="StringType"/>
<xs:enumeration value="NumericType"/>
<xs:enumeration value="TimeStampType"/>
<xs:enumeration value="UserType"/>
<xs:enumeration value="GroupType"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
|
Type: |
anonymous complexType, mixed content |
</xs:element>
|
XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set
|