urn:veloconnect:receipt-1.3
element SerialID

Properties
This component is not nillable.

Model
<SerialID
  description = xsd:normalizedString
  kind = SerialIDKind>
normalizedString
</SerialID>


Attribute Summary
 xsd:normalizedStringdescription
          
 SerialIDKindkind
          

Attribute Detail

description

Type:
xsd:normalizedString
Use:
optional
Form:
unqualified

kind

Type:
SerialIDKind
Use:
required
Form:
unqualified

Source
<xsd:element name="SerialID">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:normalizedString">
<xsd:attribute name="kind" type="SerialIDKind" use="required"/>
<xsd:attribute name="description" type="xsd:normalizedString" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.