Schema Central  >  UBL 2.3  >  UBL-CommonAggregateComponents-2.3.xsd  >  cac:SocialMediaProfile
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:SocialMediaProfile

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:SocialMediaProfileType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:ID [0..1]An identifier for a specific social media.
    3. cbc:Name [0..1]The common name of the social media.
    4. cbc:SocialMediaTypeCode [0..1]A code that specifies the type of social media.
    5. cbc:URI [1..1]The Uniform Resource Identifier (URI) of a party profile in the social media; i.e., its Uniform Resource Locator (URL).

Attributes

None

Used in

Sample instance

<cac:SocialMediaProfile>
   <cbc:ID>1</cbc:ID>
   <cbc:Name>LinkedIN</cbc:Name>
   <cbc:SocialMediaTypeCode>Business</cbc:SocialMediaTypeCode>
   <cbc:URI>https://www.linkedin.com/company/oasis</cbc:URI>
</cac:SocialMediaProfile>