Showing:

Diagrams
Properties
Source
Used by
Element SignatureProductionPlaceType / City
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="City" type="xs:string" minOccurs="0"/>
Element SignatureProductionPlaceType / StateOrProvince
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="StateOrProvince" type="xs:string" minOccurs="0"/>
Element SignatureProductionPlaceType / PostalCode
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="PostalCode" type="xs:string" minOccurs="0"/>
Element SignatureProductionPlaceType / CountryName
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="CountryName" type="xs:string" minOccurs="0"/>
Complex Type SignatureProductionPlaceType
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram PES_Aller80.tmp#id784 PES_Aller80.tmp#id785 PES_Aller80.tmp#id786 PES_Aller80.tmp#id787
Used by
Model City{0,1} , StateOrProvince{0,1} , PostalCode{0,1} , CountryName{0,1}
Children City, CountryName, PostalCode, StateOrProvince
Source
<xs:complexType name="SignatureProductionPlaceType">
  <xs:sequence>
    <xs:element name="City" type="xs:string" minOccurs="0"/>
    <xs:element name="StateOrProvince" type="xs:string" minOccurs="0"/>
    <xs:element name="PostalCode" type="xs:string" minOccurs="0"/>
    <xs:element name="CountryName" type="xs:string" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>