{
  "documentInfo": {
    "documentType": "https://xbrl.org/PWD/2026-09-01/module",
    "namespaces": {
      "xs": "http://www.w3.org/2001/XMLSchema",
      "ex-fin": "https://example.com/example-financials",
      "xbrlr": "https://xbrl.org/PWD/2026-09-01/report",
      "xbrl": "https://xbrl.org/PWD/2026-09-01",
      "xbrla": "https://xbrl.org/PWD/2026-09-01/accounting",
      "xbrlm": "https://xbrl.org/PWD/2026-09-01/model"
    },
    "documentNamespacePrefix": "ex-fin",
    "description": "EXAMPLE 1: A simple financial statement taxonomy example. This taxonomy defines a simple statement of financial position with assets, liabilities, and equity. The taxonomy includes concepts, headings, groups, groupContents, networks, relationships, and labels to represent the structure and relationships of the financial statement. The calculation relationships are defined using the summation-item relationship type, and the parent-child relationships are defined using the parent-child relationship type. The taxonomy also includes labels for concepts and groups to provide human-readable names. The taxonomy imports the xbrlm:base taxonomy that defines the base types and properties used in the taxonomy. The taxonomy is intended to be a simple example of how to define a financial statement taxonomy using the specification."
  },
  "xbrlModel": {
    "name": "ex-fin:SimpleFinancialStatement",
    "importedTaxonomies": [
      {
        "xbrlModelName": "xbrlm:base"
      },
      {
        "xbrlModelName": "xbrla:accountingModule"
      }
    ],
    "concepts": [
      {
        "name": "ex-fin:Assets",
        "dataType": "xbrlr:monetary",
        "periodType": "instant",
        "nillable": true,
        "properties": [
          {
            "property": "xbrla:balance",
            "value": "debit"
          }
        ]
      },
      {
        "name": "ex-fin:Liabilities",
        "dataType": "xbrlr:monetary",
        "periodType": "instant",
        "nillable": true,
        "properties": [
          {
            "property": "xbrla:balance",
            "value": "credit"
          }
        ]
      },
      {
        "name": "ex-fin:Equity",
        "dataType": "xbrlr:monetary",
        "periodType": "instant",
        "nillable": true,
        "properties": [
          {
            "property": "xbrla:balance",
            "value": "credit"
          }
        ]
      },
      {
        "name": "ex-fin:LiabilitiesAndEquity",
        "dataType": "xbrlr:monetary",
        "periodType": "instant",
        "nillable": true,
        "properties": [
          {
            "property": "xbrla:balance",
            "value": "credit"
          }
        ]
      }
    ],
    "headings": [
      {
        "name": "ex-fin:AssetsAbstract"
      },
      {
        "name": "ex-fin:EquityAbstract"
      },
      {
        "name": "ex-fin:LiabilitiesAbstract"
      },
      {
        "name": "ex-fin:LiabilitiesAndEquityAbstract"
      },
      {
        "name": "ex-fin:StatementOfFinancialPositionAbstract"
      }
    ],
    "groups": [
      {
        "name": "ex-fin:StatementOfFinancialPositionClassifiedGroup",
        "groupURI": "https://taxonomies.xbrl.us/standardized-statements/roles/StatementOfFinancialPositionClassified"
      }
    ],
    "groupContents": [
      {
        "groupName": "ex-fin:StatementOfFinancialPositionClassifiedGroup",
        "forObject": "ex-fin:StatementOfFinancialPositionClassified_parent-child"
      },
      {
        "groupName": "ex-fin:StatementOfFinancialPositionClassifiedGroup",
        "forObject": "ex-fin:StatementOfFinancialPositionClassified_summation-item"
      }
    ],
    "networks": [
      {
        "name": "ex-fin:StatementOfFinancialPositionClassified_parent-child",
        "relationshipTypeName": "xbrl:parent-child",
        "relationships": [
          {
            "source": "xbrl:rootSource",
            "target": "ex-fin:StatementOfFinancialPositionAbstract",
            "order": 1.0
          },
          {
            "source": "ex-fin:StatementOfFinancialPositionAbstract",
            "target": "ex-fin:AssetsAbstract",
            "order": 1.0
          },
          {
            "source": "ex-fin:StatementOfFinancialPositionAbstract",
            "target": "ex-fin:LiabilitiesAndEquityAbstract",
            "order": 2.0
          },
          {
            "source": "ex-fin:LiabilitiesAbstract",
            "target": "ex-fin:Liabilities",
            "order": 1.0
          },
          {
            "source": "ex-fin:LiabilitiesAndEquityAbstract",
            "target": "ex-fin:LiabilitiesAbstract",
            "order": 1.0
          },
          {
            "source": "ex-fin:AssetsAbstract",
            "target": "ex-fin:Assets",
            "order": 1.0
          },
          {
            "source": "ex-fin:LiabilitiesAndEquityAbstract",
            "target": "ex-fin:EquityAbstract",
            "order": 2.0
          },
          {
            "source": "ex-fin:LiabilitiesAndEquityAbstract",
            "target": "ex-fin:LiabilitiesAndEquity",
            "order": 3.0
          },
          {
            "source": "ex-fin:EquityAbstract",
            "target": "ex-fin:Equity",
            "order": 13.0
          }
        ]
      },
      {
        "name": "ex-fin:StatementOfFinancialPositionClassified_summation-item",
        "relationshipTypeName": "xbrl:summation-item",
        "relationships": [
          {
            "source": "xbrl:rootSource",
            "target": "ex-fin:LiabilitiesAndEquity",
            "order": 1.0
          },
          {
            "source": "ex-fin:LiabilitiesAndEquity",
            "target": "ex-fin:Liabilities",
            "order": 1.0,
            "properties": [
              {
                "property": "xbrl:weight",
                "value": 1.0
              }
            ]
          },
          {
            "source": "ex-fin:LiabilitiesAndEquity",
            "target": "ex-fin:Equity",
            "order": 2.0,
            "properties": [
              {
                "property": "xbrl:weight",
                "value": 1.0
              }
            ]
          }
        ]
      }
    ],
    "labels": [
      {
        "forObject": "ex-fin:Assets",
        "language": "en-US",
        "value": "Assets",
        "labelType": "xbrl:label"
      },
      {
        "forObject": "ex-fin:AssetsAbstract",
        "language": "en-US",
        "value": "Assets [Abstract]",
        "labelType": "xbrl:label"
      },
      {
        "forObject": "ex-fin:StatementOfFinancialPositionClassifiedGroup",
        "language": "en-US",
        "value": "Statement of Financial Position",
        "labelType": "xbrl:label"
      }
    ]
  }
}