cac:WebSite
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:WebSiteType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1]An identifier for a specific web site.
- cbc:Name [0..1]The common name of the web site.
- cbc:Description [0..*]Text describing the web site.
- cbc:WebSiteTypeCode [0..1]A code that specifies the type web site.
- cbc:URI [1..1]The Uniform Resource Identifier (URI) of the web site; i.e., its Uniform Resource Locator (URL).
- cac:WebSiteAccess [0..*]Access information for the website (e.g. guest credentials).
Attributes
None
Used in
- Type cac:CapabilityType (Elements cac:BusinessCapability, cac:Capability, cac:FinancialCapability, cac:TechnicalCapability)
Sample instance
(Auto-generated)
<cac:WebSite> <cbc:ID>normalizedString</cbc:ID> <cbc:Name>string</cbc:Name> <cbc:Description>string</cbc:Description> <cbc:WebSiteTypeCode>normalizedString</cbc:WebSiteTypeCode> <cbc:URI>normalizedString</cbc:URI> <cac:WebSiteAccess> <cbc:URI>normalizedString</cbc:URI> <cbc:Password>string</cbc:Password> <cbc:Login>string</cbc:Login> </cac:WebSiteAccess> </cac:WebSite>