HR-XML 3.0 Standards, 2009  September  23.

Menu: [ Guidelines  |  BODs  |  Nouns  |  Global Elements  |  WSDL  |  Packages  |  Code Lists  |  Master Index ]

Element: Rider

Name Rider
Type Locally-defined complex type
XML Instance Representation
<Rider

enabledIndicator="oa: IndicatorType [0..1]">

oa: TextType

</Rider>
Schema Component Representation
<xsd:element name="Rider">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="oa: TextType">
<xsd:attribute name="enabledIndicator" type="oa: IndicatorType"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>