simpleType CrossSectionType
namespace http://www.plmxml.org/Schemas/PLMXMLRouteListSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attributes CableType/@crossSectionType SpaceReservationType/@crossSectionType
facets
Kind Value Annotation
enumeration circular
enumeration flat
annotation
documentation
Contains cross sectional types. (Circula, flat)
source <xsd:simpleType name="CrossSectionType">
 
<xsd:annotation>
   
<xsd:documentation> Contains cross sectional types. (Circula, flat)</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="circular"/>
   
<xsd:enumeration value="flat"/>
 
</xsd:restriction>
</xsd:simpleType>


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