
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| datestamp | dt.DateOrDateTime | optional | ||||
| refname | restriction of xs:token | optional | ||||
| shortname | restriction of xs:token | optional | ||||
| sourcename | optional | |||||
| sourcetype | SourceTypeCode | optional |
| Element | productpart |
<xs:element name="x457"> <xs:complexType> <xs:attribute name="refname"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="PrimaryPart"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="shortname"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="x457"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attributeGroup ref="generalAttributes"/> </xs:complexType> </xs:element> |