<xsd:simpleType name="IdType">
<xsd:annotation>
<xsd:documentation>Pattern used for generating TransmissionId, OriginId, ContentLocation, and AcknowledgementId. A timestamp may be used as an ID as long as it is unique within its parent element. Up to 4-decimal fractional digits may be used for the second in a timestamp to increase its uniqueness. Legal Characters: A-Z, a-z, 0-9, colon, period and hyphen.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value="[A-Za-z0-9:.\-]{1,30}" />
</xsd:restriction>
</xsd:simpleType>
|