jdf:AddressAttribs_c

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
City jdftyp:string optional
Country jdftyp:string optional
CountryCode jdftyp:string optional
PostBox jdftyp:string optional
PostalCode jdftyp:string optional
Region jdftyp:string optional
Street jdftyp:string optional

Used By

Source

<xs:attributeGroup name="AddressAttribs_c">
  <xs:attribute name="City" type="jdftyp:string" use="optional"/>
  <xs:attribute name="Country" type="jdftyp:string" use="optional"/>
  <xs:attribute name="CountryCode" type="jdftyp:string" use="optional"/>
  <xs:attribute name="PostBox" type="jdftyp:string" use="optional"/>
  <xs:attribute name="PostalCode" type="jdftyp:string" use="optional"/>
  <xs:attribute name="Region" type="jdftyp:string" use="optional"/>
  <xs:attribute name="Street" type="jdftyp:string" use="optional"/>
</xs:attributeGroup>