Cookies on CSA Group

We use Cookies to create a secure and effective website experience for our customers. For more information about Cookies and how you can disable Cookies, visit our privacy policy page. Learn More

logo close
Privacy Preference Centre

Please manage your cookie choices by switching the consent toggles on or off under the Purposes below.

You may change your preference at any time as described in our Cookie Policy

  • Cookie Settings
  • List of Cookies
close
    Skip to content
    CSA Store
    • CSA Group
    • CSA OnDemand™
    • CSA Communities
    • Contact Us
    • Catalogue
      • Browse By Subject Area

        • Electrical
        • Fuels & Transportation
        • Petroleum & Natural Gas
        • Environment & Natural Resources
        • Construction & Infrastructure
        • Mechanical & Industrial Equipment
        • Nuclear
        • Health Care and Well-being
        • Worker & Public Safety
        • Management Systems
      • Browse By Publisher

        • ASME
        • ASTM
        • CSA Group
        • ESA
        • IEC
        • ISO
        • NRC
        • ORNAC
        • TSSA
      • ICS Catalogue

        • Browse by International Classification of Standards (ICS Codes)
    • Subscription
      • Browse By Subject Area

        • Electrical
        • Fuels & Transportation
        • Petroleum & Natural Gas
        • Environment & Natural Resources
        • Construction & Infrastructure
        • Mechanical & Industrial Equipment
        • Nuclear
        • Health Care and Well-being
        • Worker & Public Safety
        • Management Systems
      • CSA Subscriptions

        • Why choose subscriptions?
        • About CSA Advantage™
        • About CSA OnDemand™
        • CSA OnDemand™ Collections
      • ICS Catalogue

        • Browse by International Classification of Standards (ICS Codes)
    • Services
    Cart Icon0
    ×
    Login / Register
    English / CAD

    Language

    en

    fr

    Currency

    CAD

    USD

    • CSA Group
    • CSA OnDemand™
    • CSA Communities
    • Contact Us
    Wishlist

    Catalogue

    • Browse By Subject Area

      • Electrical
      • Fuels & Transportation
      • Petroleum & Natural Gas
      • Environment & Natural Resources
      • Construction & Infrastructure
      • Mechanical & Industrial Equipment
      • Nuclear
      • Health Care and Well-being
      • Worker & Public Safety
      • Management Systems
    • Browse By Publisher

      • ASME
      • ASTM
      • CSA Group
      • ESA
      • IEC
      • ISO
      • NRC
      • ORNAC
      • TSSA
    • ICS Catalogue

      • Browse by International Classification of Standards (ICS Codes)

    Subscription

    • Browse By Subject Area

      • Electrical
      • Fuels & Transportation
      • Petroleum & Natural Gas
      • Environment & Natural Resources
      • Construction & Infrastructure
      • Mechanical & Industrial Equipment
      • Nuclear
      • Health Care and Well-being
      • Worker & Public Safety
      • Management Systems
    • CSA Subscriptions

      • Why choose subscriptions?
      • About CSA Advantage™
      • About CSA OnDemand™
      • CSA OnDemand™ Collections
    • ICS Catalogue

      • Browse by International Classification of Standards (ICS Codes)

    Services

    Menu toggle Icon
    Login / Register
    English / CAD

    Language

    en

    fr

    Currency

    CAD

    USD

    Wishlist Cart (
    )

    Search Section

      • Home
      • CSA Group
      • Electrical
      • Information & Communication Technologies
      • Information Technology
      • CSA ISO/IEC 29341-20-4:19

      Codes & Standards - Purchase

      CSA ISO/IEC 29341-20-4:19

      Information technology — UPnP Device Architecture — Part 20-4: Audio video device control protocol — Level 4 — Datastructure template (Adopted ISO/IEC 29341-20-4:2017, first edition, 2017-09)
      SKU: 2426938 Published by CSA Group Publication Year 2019 47 pages

      Product Details

      • Preface/Scope

      CSA Preface


      Standards development within the Information Technology sector is harmonized with international standards development. Through the CSA Technical Committee on Information Technology (TCIT), Canadians serve as the SCC Mirror Committee (SMC) on ISO/IEC Joint Technical Committee 1 on Information Technology (ISO/IEC JTC1) for the Standards Council of Canada (SCC), the ISO member body for Canada and sponsor of the Canadian National Committee of the IEC. Also, as a member of the International Telecommunication Union (ITU), Canada participates in the International Telegraph and Telephone Consultative Committee (ITU-T).


      This Standard has been formally approved, without modification, by the Technical Committee and has been developed in compliance with Standards Council of Canada requirements for National Standards of Canada. It has been published as a National Standard of Canada by CSA Group.


      Scope


      This document defines the layout of the AV Datastructure Template (AVDT) XML document. An AVDT document describes the format requirements and restrictions of various data structures used within the UPnP AV specifications. Although these data structures are defined very precisely in the appropriate service specification, in most cases, each data structure definition allows for a certain degree of variation in order to accommodate differences between individual devices.


      The purpose of an AVDT document is to enable each device to describe (at run-time) its particular variation of these AV data structures. AVDT documents allow users of AV data structures (e.g. UPnP control points) to reduce the number of instances of those data structures that comply with the service specification but are not compatible with the device’s particular capabilities. The ultimate goal of an AVDT document is to reduce those error conditions that are caused by control points creating instances of a data structure that exceed the static (known) capabilities of the device. Unfortunately, the AVDT mechanism will never eliminate all preventable error conditions, but it will help to reduce them by giving the client more information about the device’s particular capabilities.


      As described above, an AVDT document is a machine readable, implementation-specific variant of an AV data structure defined by one of the UPnP AV specifications. For a given device, each instance of that data structure shall conform to both the specification definition and the device’s AVDT definition of that data structure.


      Ironically, an AVDT document is both a more-restrictive and more-permissive variant of the specification definition. AVDT documents are more restrictive because they limit certain aspects of the data structure (e.g. such as the allowed values for each field) that are otherwise permitted by the specification definition. However, due to limitations of the AVDT constructs, it is simply not possible to express some of the more intricate requirements defined by the specification (e.g. subtle interdependencies between data structure fields). Consequently, instances of a data structure that comply with a given AVDT description may not fully comply with all of the requirements defined in the specification.


      The types of data structures that can be described by an AVDT document represent a (nonhierarchitical) set of named property values. The set of allowed property names and their allowed values for a given data structure are defined by one of the UPnP AV specifications. Individual instances of these data structures are manifested via an XML document whose elements and attributes correspond to the set of named properties. In other words, within the XML document that corresponds to a given instance of a certain data structure, each XML element and attribute contains the value of a specific named property.


      An AVDT document is conceptually similar to an XML schema in that both entities identify the XML elements and attributes that appear in any given document instance. Additionally, both AVDT documents and XML schemas identify the allowed values that are permitted for each element and/or attribute which corresponds to a specific property. However, unlike an XML schema, an AVDT document can also identify certain dependencies between two or more properties. For example, the set of allowed values of one property may depend on the actual value of another property. This type of interrelationship is difficult to represent using an XML schema. Hence, the AVDTdocument structure is needed.


      In the various AV Architecture scenarios, sometimes there is a need to exchange device capabilities to ensure high level interoperability. In order to express the parameterized capability, an AV specification defines various templates for each purpose. A device uses the template and populates it with values to reflect its capabilities at run-time.


      The AV Datastructure Template (AVDT) is a common structure to define various templates, which are called Datastructure. This is written in XML and each data structure uses a subset of the AVDT to meet the necessary requirement.

      copyright imgRequest Copyright Permissions

      Buy

      Language

      Radio input

      Format

      Radio input
      • Free updates to the latest version
      • Access historical versions
      • Access all supported languages
      Learn More
      • FAQs
      • Contact Us
      • Email Product

      GST REG No R119441681
      QST REG No R1006017360

      Compare Formats

      Determine the subscription format that is right for you.

      Select the subscription format that is right for you. Table with 13 rows and 3 columns, identifies features available and not available for the two different subscription formats - CSA Advantage TM and CSA OnDemand TM
      Features CSA AdvantageTM CSA OnDemandTM
      Offline access CSA AdvantageTM. feature available. Offline access CSA OnDemandTM. feature available. Offline access
      Full-text search CSA AdvantageTM. feature available. Full-text search CSA OnDemandTM. feature available. Full-text search
      Create highlights and personal notes CSA AdvantageTM. feature available. Create highlights and personal notes CSA OnDemandTM. feature available. Create highlights and personal notes
      Newest editions added automatically CSA AdvantageTM. feature available. Newest editions added automatically CSA OnDemandTM. feature available. Newest editions added automatically
      Includes all supported languages and archive versions CSA AdvantageTM. feature not available. Includes all supported languages and archive versions CSA OnDemandTM. feature available. Includes all supported languages and archive versions
      My Files - create customized files by adding multiple clauses, tables or figures from the standard into your own personal File for quick reference CSA AdvantageTM. feature available. My Files - create customized files by adding multiple clauses, tables or figures from the standard into your own personal File for quick reference CSA OnDemandTM. feature not available. My Files - create customized files by adding multiple clauses, tables or figures from the standard into your own personal File for quick reference
      Toggle between your files and the full standard to maintain context CSA AdvantageTM. feature available. Toggle between your files and the full standard to maintain context CSA OnDemandTM. feature not available. Toggle between your files and the full standard to maintain context
      Instantly preview cross referenced material within the book CSA AdvantageTM. feature available. Instantly preview cross referenced material within the book CSA OnDemandTM. feature not available. Instantly preview cross referenced material within the book
      Export personal notes to Excel CSA AdvantageTM. feature available. Export personal notes to Excel CSA OnDemandTM. feature not available. Export personal notes to Excel
      Transfer notes and highlights when updates are available CSA AdvantageTM. feature available. Transfer notes and highlights when updates are available CSA OnDemandTM. feature not available. Transfer notes and highlights when updates are available
      Adobe Reader PDF and browser compatible for iOS and Android CSA AdvantageTM. feature not available. Adobe Reader PDF and browser compatible for iOS and Android CSA OnDemandTM. feature available. Adobe Reader PDF and browser compatible for iOS and Android
      Web, Android, iOS Compatible CSA AdvantageTM. feature available. Web, Android, iOS Compatible CSA OnDemandTM. feature not available. Web, Android, iOS Compatible

      Follow Us On Social Media

      Get Our Newsletter

      Get CSA Newsletter

      • About CSA Store
      • Subscription
      • Services
      • Catalogue
      • FAQ
      • Return Policy
      • FULFILLMENT DETAILS
      • EBOOK SUPPORT
      • Product Updates
      • Contact Us
      • CSA GROUP
      • CSA COMMUNITIES
      • CSA Update Service
      • About CSA Store
      • Subscription
      • Services
      • Catalogue
      • FAQ
      • Return Policy
      • FULFILLMENT DETAILS
      • EBOOK SUPPORT
      • Product Updates
      • Contact Us
      • CSA GROUP
      • CSA COMMUNITIES
      • CSA Update Service

      • General Terms and Conditions
      • Privacy Policy
      • Accessibility
      © 2023 Canadian Standards Association. All rights reserved

      Free Login/Registration Required

      View Access for this document is only available for viewers in Canada.

      A free user account is required to view this document.

      Login or Register