diagram | ![]() |
||||||||||||
namespace | http://www.DSRC-Draft-02-00-15 | ||||||||||||
type | extension of dsrc:TemporaryID-string | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="TemporaryID"> <xs:simpleContent> <xs:annotation> <xs:documentation> a 6 byte string array </xs:documentation> </xs:annotation> <xs:extension base="TemporaryID-string"> <xs:attribute name="EncodingType" use="required"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="base64Binary"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> |