element SimpleType
diagram X3dUnifiedObjectModel_diagrams/X3dUnifiedObjectModel_p21.svg
properties
content complex
children enumeration
used by
element SimpleTypeEnumerations
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:token    <empty>    
baseType  xs:token    <empty>    
defaultValue  xs:string    <empty>    
regex  xs:string    <empty>    
appinfo  xs:string    <empty>    
documentation  xs:string    <empty>    
annotation
documentation
This element defines a single SimpleType and its enumerations
source <xs:element name="SimpleType">
 
<xs:annotation>
   
<xs:documentation>This element defines a single SimpleType and its enumerations</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="enumeration" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute name="name" type="xs:token" default=""/>
   
<xs:attribute name="baseType" type="xs:token" default=""/>
   
<xs:attribute name="defaultValue" type="xs:string" default=""/>
   
<xs:attribute name="regex" type="xs:string" default=""/>
   
<xs:attribute name="appinfo" type="xs:string" default=""/>
   
<xs:attribute name="documentation" type="xs:string" default=""/>
 
</xs:complexType>
</xs:element>

attribute SimpleType/@name
type xs:token
properties
default <empty>
source <xs:attribute name="name" type="xs:token" default=""/>

attribute SimpleType/@baseType
type xs:token
properties
default <empty>
source <xs:attribute name="baseType" type="xs:token" default=""/>

attribute SimpleType/@defaultValue
type xs:string
properties
default <empty>
source <xs:attribute name="defaultValue" type="xs:string" default=""/>

attribute SimpleType/@regex
type xs:string
properties
default <empty>
source <xs:attribute name="regex" type="xs:string" default=""/>

attribute SimpleType/@appinfo
type xs:string
properties
default <empty>
source <xs:attribute name="appinfo" type="xs:string" default=""/>

attribute SimpleType/@documentation
type xs:string
properties
default <empty>
source <xs:attribute name="documentation" type="xs:string" default=""/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy