Definition Type: Element
Name: Firm
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Type: xal:FirmType
Containing Schema: xAL.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specification of a firm, company, organization, etc. It can be specified as part of an address that contains a street or a postbox. It is therefore different from a large mail user address, which contains no street.
Collapse XSD Schema Diagram:
Drilldown into PostalCode in schema xal_xsd Drilldown into MailStop in schema xal_xsd Drilldown into Department in schema xal_xsd Drilldown into FirmName in schema xal_xsd Drilldown into AddressLine in schema xal_xsd Drilldown into Type in schema xal_xsd Drilldown into FirmType in schema xal_xsdXSD Diagram of Firm in schema xal_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="Firm" type="FirmType" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Specification of a firm, company, organization, etc. It can be specified as part of an address that contains a street or a postbox. It is therefore different from 
a large mail user address, which contains no street.</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AddressLine xal:AddressLine 0 unbounded
FirmName xal:FirmName 0 unbounded
Department xal:Department 0 unbounded
MailStop xal:MailStop 0 (1)
PostalCode xal:PostalCode 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Type xal:Type (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse Comments:
blog comments powered by Disqus