Class SignatureProductionPlace

java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.xades.attributes.signed.SignatureProductionPlace
All Implemented Interfaces:
SignatureAttribute<Element>

public class SignatureProductionPlace extends Object implements SignatureAttribute<Element>
O atributo SignatureProductionPlace especifica um endereço que associa o assinante à um local geográfico particular. Esquema do atributo SignatureProductionPlace retirado do ETSI TS 101 903: <xsd:element name="SignatureProductionPlace" type="SignatureProductionPlaceType"/> <xsd:complexType name="SignatureProductionPlaceType"> <xsd:sequence> <xsd:element name="City" type="xsd:string" minOccurs="0"/> <xsd:element name="StateOrProvince" type="xsd:string" minOccurs="0"/> <xsd:element name="PostalCode" type="xsd:string" minOccurs="0"/> <xsd:element name="CountryName" type="xsd:string" minOccurs="0"/> </xsd:sequence> </xsd:complexType>